home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / python2.6-minimal / README.Debian < prev   
Encoding:
Text File  |  2010-12-26  |  3.1 KB  |  138 lines

  1. Contents of the python2.6-minimal package
  2. -----------------------------------------
  3.  
  4. python2.6-minimal consists of a minimum set of modules which may be needed
  5. for python scripts used during the boot process.  If other packages
  6. are needed in these scripts, don't work around the missing module, but
  7. file a bug report against this package. The modules in this package
  8. are:
  9.  
  10.   __builtin__        builtin
  11.   __future__        module
  12.   _abcoll        module
  13.   _bisect        extension
  14.   _bytesio        extension
  15.   _codecs        builtin
  16.   _collections        extension
  17.   _fileio        extension
  18.   _functools        extension
  19.   _hashlib        extension
  20.   _locale        extension
  21.   _random        extension
  22.   _socket        extension
  23.   _sre            builtin
  24.   _ssl            extension
  25.   _struct        extension
  26.   _symtable        builtin
  27.   _types        builtin
  28.   _warnings        builtin
  29.   _weakref        extension
  30.   abc            module
  31.   atexit        module
  32.   ConfigParser        module
  33.   StringIO        module
  34.   UserDict        module
  35.   cPickle        extension
  36.   cStringIO        extension
  37.   array            extension
  38.   base64        module
  39.   binascii        extension
  40.   codecs        module
  41.   collections        module
  42.   compileall        module
  43.   copy            module
  44.   copy_reg        module
  45.   dis            module
  46.   errno            builtin
  47.   exceptions        builtin
  48.   fcntl            extension
  49.   fnmatch        module
  50.   gc            builtin
  51.   genericpath        module
  52.   getopt        module
  53.   glob            module
  54.   grp            extension
  55.   hashlib        module
  56.   imp            builtin
  57.   inspect        module
  58.   itertools        extension
  59.   keyword        module
  60.   linecache        module
  61.   logging        package
  62.   marshal        builtin
  63.   math            extension
  64.   md5            module
  65.   opcode        module
  66.   operator        extension
  67.   optparse        module
  68.   os            module
  69.   pickle        module
  70.   platform        module
  71.   popen2        module
  72.   posix            builtin
  73.   posixpath        module
  74.   pkgutil        module
  75.   pwd            builtin
  76.   py_compile        module
  77.   random        module
  78.   re            module
  79.   repr            module
  80.   runpy            module
  81.   select        extension
  82.   sha            module
  83.   shutil        module
  84.   signal        builtin
  85.   socket        module
  86.   spwd            extension
  87.   sre            module
  88.   sre_compile        module
  89.   sre_constants        module
  90.   sre_parse        module
  91.   ssl            module
  92.   stat            module
  93.   string        module
  94.   strop            extension
  95.   struct        module
  96.   subprocess        module
  97.   sys            builtin
  98.   syslog        extension
  99.   tempfile        module
  100.   textwrap        module
  101.   time            extension
  102.   token            module
  103.   thread        builtin
  104.   token            module
  105.   tokenize        module
  106.   traceback        module
  107.   types            module
  108.   unicodedata        extension
  109.   warnings        module
  110.   zipimport        extension
  111.   zlib            extension
  112.  
  113. Included are as well the codecs and stringprep modules, and the encodings
  114. modules for all encodings except the multibyte encodings and the bz2 codec.
  115.  
  116. The following modules are excluded, their import is guarded from the
  117. importing module:
  118.  
  119.   Used in    Excluded
  120.   ------------  ------------------------------------
  121.   os        nt ntpath os2 os2emxpath mac macpath
  122.         riscos riscospath riscosenviron
  123.   optparse    gettext
  124.   pickle    doctest
  125.   subprocess    threading
  126.  
  127. This list was derived by looking at the modules in the perl-base package,
  128. then adding python specific "core modules".
  129.  
  130. TODO's
  131. ------
  132.  
  133. - time.strptime cannot be used. The required _strptime module is not
  134.   included in the -minimal package yet. _strptime, locale, _locale and
  135.   calendar have to be added.
  136.  
  137. - modules used very often in the testsuite: copy, cPickle, operator.
  138.